projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70bfea
)
gdk: fix a format string warning
author
Timm Bäder
<mail@baedert.org>
Sun, 4 Feb 2018 14:48:47 +0000
(15:48 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 4 Feb 2018 14:48:47 +0000
(15:48 +0100)
gdk/wayland/gdkdevice-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdevice-wayland.c
b/gdk/wayland/gdkdevice-wayland.c
index a17d531ddd8d86b95aa3df77d7f44099bb864f0f..0946c32550502e2dd126ef98d51f668b65b1025b 100644
(file)
--- a/
gdk/wayland/gdkdevice-wayland.c
+++ b/
gdk/wayland/gdkdevice-wayland.c
@@
-3772,7
+3772,7
@@
tablet_pad_ring_handle_angle (void *data,
GdkWaylandSeat *seat = GDK_WAYLAND_SEAT (pad->seat);
GDK_DISPLAY_NOTE (seat->display, EVENTS,
- g_message ("tablet pad ring handle angle,
%s
ring = %p angle = %f",
+ g_message ("tablet pad ring handle angle, ring = %p angle = %f",
wp_tablet_pad_ring, wl_fixed_to_double (angle)));
group->axis_tmp_info.value = wl_fixed_to_double (angle);